Unique Strict Registry entry
Specify whether unique checks should be performed on a column that has been defined as unique on the server (in the table schema itself or using a Unique Index Registry entry). By default all unique columns are checked for uniqueness. With this entry it is possible to override the uniqueness check.
Usage
This Registry entry can be assigned to users and groups:
Key | User | User | Group | Group | Group | Group |
---|---|---|---|---|---|---|
Key 1 | User
|
User
|
Group
|
Group
|
Group
|
Group
|
Key 2 | user | user | group | group | Default
|
Default
|
Key 3 | Table
|
Table
|
Table
|
Table
|
Table
|
Table
|
Key 4 | table | Default
|
table | Default
|
table | Default
|
Key 5 | Unique Strict
|
|||||
Key 6 | column | |||||
Value | boolean |
where:
column |
the back-end name of the column set to be unique in the table schema (by the developer) or by using the Unique Registry entry. |
boolean |
is either Note:
In the absence of this entry, a setting of |
Example
This entry specifies that the InfLoanNumber field may contain duplicate values:
Key | Setting |
---|---|
Key 1 | Group
|
Key 2 | Default
|
Key 3 | Table
|
Key 4 | eloans
|
Key 5 | Unique Strict
|
Key 6 | InfLoanNumber
|
Value | false
|